home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / poco / pocosetup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMIMAP / TFRMIMAP.txt
Text File  |  2003-07-29  |  932b  |  39 lines

  1. object FrmIMAP: TFrmIMAP
  2.   Left = 276
  3.   Top = 245
  4.   Width = 148
  5.   Height = 71
  6.   Color = clBtnFace
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OldCreateOrder = False
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object IMAP: TelwIMAP
  19.     Authentication = iamPlainText
  20.     ExtendedCommands = False
  21.     AutoReconnect = False
  22.     DefaultFolder = 'INBOX'
  23.     Trace = False
  24.     OnCommandCompleted = IMAPCommandCompleted
  25.     OnConnect = IMAPConnect
  26.     OnConnectFail = IMAPConnectFail
  27.     OnDisconnect = IMAPDisconnect
  28.     OnAuthenticated = IMAPAuthenticated
  29.     OnBoxSelected = IMAPBoxSelected
  30.     OnExpunged = IMAPExpunged
  31.     OnGotMsgStream = IMAPGotMsgStream
  32.     OnReceProgress = IMAPReceProgress
  33.     OnTrace = IMAPTrace
  34.     OnError = IMAPError
  35.     Left = 8
  36.     Top = 8
  37.   end
  38. end
  39.